type net/http.http2GoAwayFrame

10 uses

	net/http (current package)
		h2_bundle.go#L2491: type http2GoAwayFrame struct {
		h2_bundle.go#L2502: func (f *http2GoAwayFrame) DebugData() []byte {
		h2_bundle.go#L2516: 	return &http2GoAwayFrame{
		h2_bundle.go#L3312: 	case *http2GoAwayFrame:
		h2_bundle.go#L5608: 	case *http2GoAwayFrame:
		h2_bundle.go#L5930: func (sc *http2serverConn) processGoAway(f *http2GoAwayFrame) error {
		h2_bundle.go#L7629: 	goAway           *http2GoAwayFrame             // if non-nil, the GoAwayFrame we received
		h2_bundle.go#L8198: func (cc *http2ClientConn) setGoAway(f *http2GoAwayFrame) {
		h2_bundle.go#L9585: 		case *http2GoAwayFrame:
		h2_bundle.go#L10108: func (rl *http2clientConnReadLoop) processGoAway(f *http2GoAwayFrame) error {